home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Speccy ClassiX 1998
/
Speccy ClassiX 98.iso
/
amiga_system
/
the_aminet
/
dev
/
gcc
/
libmat.lha
/
src
/
mkonv.cc
< prev
next >
Wrap
C/C++ Source or Header
|
1980-01-01
|
79b
|
5 lines
#include <Matrix.h>
float (float)(const Matrix & A)
{
return(A.koff[1][1]);
}